home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / for amiga / announce-2.0.z / announce-2.0
Text File  |  1997-04-23  |  3KB  |  74 lines

  1. This announces the release of Linux/68K-2.0 (yes the thing you've all
  2. been waiting for).
  3.  
  4. Below is a list of the major changes since the last release
  5. (pre2.0.14). There is a whole bunch of 'new' drivers, fixes to Atari
  6. SCSI and Geerts keyboard patch, so please remember to disable your
  7. loading of weird keymap files otherwise your keyboard will act really
  8. strange after booting the new kernel.
  9.  
  10. Gerald Haese:
  11.  - Ported a couple of Atari drivers from 1.2.13:
  12.    o ACSI disk driver
  13.    o ACSI SLM driver
  14.    o ACSI PamsNet driver
  15.    o ACSI BioNet driver.
  16.  
  17. Geert Uytterhoeven:
  18.  - A bunch of new Zorro boards are identified.
  19.  - Converted the whole internal keyboard system to AT-style scancodes.
  20.  
  21. Hans-Joachim Widmaier:
  22.  - Support for mounting AFFS DirCache filesystems read-only.
  23.  
  24. Leland Lucius:
  25.  - Ported the z2ram driver from 1.2.13.
  26.  - A couple of unresolved external references for modules.
  27.  
  28. Andreas Schwab:
  29.  - Fixed a long standing bug in the syscall handler.
  30.  - arch/m68k/atari/atakeyb.c: fix extern declaration
  31.  - arch/m68k/config.in: add CONFIG_BLK_DEV_MD
  32.  - arch/m68k/kernel/ptrace.c: flush cache after changing page
  33.  - drivers/char/m68kserial.c: avoid disabling ints around copying;
  34.    verify argument of TIOCSSERIAL
  35.  - drivers/scsi/atari_NCR5380.c: continuous -> contiguous; avoid buffer
  36.    overflow in NCR5380_print_status
  37.  - drivers/scsi/atari_scsi.h: avoid compiling in the printk format
  38.    strings
  39.  - drivers/scsi/scsi.h: fix CONTIGUOUS_BUFFERS macro for the rare case
  40.    that contiguous virtual addresses correspond to non-contiguous
  41.    physical addresses
  42.  
  43. Michael Schmitz:
  44.  - Fixes to the SCSI reset stuff for atari_scsi
  45.  
  46. Guenther Kelleter:
  47.  - arch/m68k/kernel/entry.S::ret_from_interrupt the wrong stack offset
  48.    to access the saved %sr was used.
  49.  - Correct transparent mapping for Falcon w/ FX or Magnum
  50.  - Add necessary __volatile__s to __generic_memcpy_to/fromfs
  51.   (and fix indentation)
  52.  - Small fix to Michael's atari_scsi patch.
  53.  
  54. Murray Bennett:
  55.  - The IO-Extender should finally work now in the new kernel.
  56.  
  57. Topi Kanerva:
  58.  - Misc patches to the DMASOUND driver (mainly Amiga related).
  59.  
  60. Myself:
  61.  - Disabled flushing of virtual caches on the 68040 as Andreas
  62.    suggested some time ago. It seems to make no difference for
  63.    stability and improves performance somewhat on the 68040.
  64.    I also tried switching the SWP_* macros to what Andreas suggested,
  65.    but this still doesn't work on the 68040.
  66.  - Flipped the parameters of the isr-functions so they match the
  67.    isr-functions of the other architectures.
  68.  
  69. This is it for today, but you can find the new kernel at
  70. SunSITE.auc.dk under /pub/os/linux/680x0/v2.0 (notice the new
  71. directory).
  72.  
  73. 27/06/96 - Jes Sorensen
  74.